home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Utilities / Workspace / Sced / Source / Makefile < prev    next >
Makefile  |  1995-06-12  |  1KB  |  54 lines

  1. #
  2. # Generated by the NeXT Project Builder.
  3. #
  4. # NOTE: Do NOT change this file -- Project Builder maintains it.
  5. #
  6. # Put all of your customizations in files called Makefile.preamble
  7. # and Makefile.postamble (both optional), and Makefile will include them.
  8. #
  9.  
  10. NAME = Sced
  11.  
  12. PROJECTVERSION = 1.1
  13. LANGUAGE = English
  14.  
  15. APPICON = ScedApp.tiff
  16. DOCICONS = ScedFM.tiff ScedEPS.tiff ScedFMB.tiff ScedCGM.tiff ScedCGM.tiff
  17.  
  18. LOCAL_RESOURCES = Sced.nib
  19.  
  20. GLOBAL_RESOURCES = .dir.tiff ScedApp.tiff ScedFM.tiff ScedPS.tiff
  21.  
  22. CLASSES = ScedApp.m
  23.  
  24. HFILES = ScedApp.h
  25.  
  26. MFILES = Sced_main.m
  27.  
  28. OTHERSRCS = Makefile
  29.  
  30.  
  31. MAKEFILEDIR = /NextDeveloper/Makefiles/app
  32. INSTALLDIR = $(HOME)/Apps
  33. INSTALLFLAGS = -c -s -m 755
  34. SOURCEMODE = 444
  35.  
  36. ICONSECTIONS =    -sectcreate __ICON app ScedApp.tiff \
  37.         -sectcreate __ICON ScedFM ScedFM.tiff \
  38.         -sectcreate __ICON ScedEPS ScedEPS.tiff \
  39.         -sectcreate __ICON ScedFMB ScedFMB.tiff \
  40.         -sectcreate __ICON ScedCGM ScedCGM.tiff
  41.  
  42. LIBS = -lMedia_s -lNeXT_s
  43. DEBUG_LIBS = $(LIBS)
  44. PROF_LIBS = $(LIBS)
  45.  
  46.  
  47. -include Makefile.preamble
  48.  
  49. include $(MAKEFILEDIR)/app.make
  50.  
  51. -include Makefile.postamble
  52.  
  53. -include Makefile.dependencies
  54.